home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / POOLE / DELTANET / Changes next >
Text File  |  1996-03-09  |  6KB  |  141 lines

  1. 1.18    Software modified to make upgrading easier for registered users.
  2.     From version 1.18, new versions can be turned into registered
  3.     copies by copying a 'RegData' file from your old registered copy.
  4.     If registered users have a pre-1.18 version, they should email me
  5.     for a registration file.
  6.  
  7.     The changes mean that registered users can carry on downloading new
  8.     versions from the FTP sites without having to ask for a new
  9.     registered copy.
  10.  
  11.     Minor bugs introduced in 1.17 fixed.
  12.  
  13. 1.17    Now possible to limit the number of anonymous FTP users, and also
  14.     the number of HTTP connections.  The limits are set by system
  15.     variables defined in the !Configure file.  More details can be
  16.     found in the !Help file within !DeltaNet.  If you are upgrading    an
  17.     earlier version, you should make sure your !Configure file sets    all
  18.     the appropriate variables.
  19.  
  20. 1.16    Filetype recognition of files uploaded to FTP server using code
  21.     from my !DiscEdit program.  Files uploaded in ASCII mode typed as
  22.     text, others identified by contents.  About 50 filetypes supported.
  23.  
  24. 1.15    Changed data connection open message to say whether it is a BINARY
  25.     or ASCII mode connection.
  26.  
  27.     FTP server should give a faster response to lots of commands in
  28.     quick succession (for example from a web browser).
  29.  
  30. 1.14    Web CGI programs can now send headers.  If the system variable
  31.     DeltaNet$CGIHeadered is set by the program, the server reads
  32.     headers from the output of the CGI program and appends a few of    its
  33.     own.  If the program sets DeltaNet$CGIRelocate to a URL, the server
  34.     will send a relocate reply automatically, using the address in the
  35.     variable.  More details are in the !Help file.
  36.  
  37.     To be consistent, the system variable for the CGI query string is
  38.     now called DeltaNet$CGIQuery - apologies if this break's anyone's
  39.     code!
  40.  
  41.     Any problems with this (or with other parts of the Web server as
  42.     it has been re-organised), let me know.
  43.  
  44. 1.13    I haven't the time to fix all the bugs that would get into this
  45.     version, I'll go straight on to 1.14!
  46.  
  47. 1.12    Changed reply code for CWD to 250.  The RFC is inconsistent, but
  48.     everyone else uses 250 so I'm doing the same - especially since
  49.     Lynx does not display the continuation messages otherwise.
  50.  
  51.     Internal re-organisations and general tidying-up.
  52.  
  53. 1.11    Removed an optimisation in 1.10 which has caused some connections
  54.     not to time out under certain circumstances.
  55.  
  56.     Licence file supplied with expanded tabs - someone expanded them
  57.     themselves and DeltaNet doesn't really like people changing the
  58.     Licence file.
  59.     
  60.     !Run file changed to work with RISC OS 3.6.
  61.     
  62.     Made use of the send low water mark to eliminate any time spent
  63.     blocked waiting to write data.
  64.  
  65.     Hopefully the program will now work better with freenet and SLIP -
  66.     I was rather relying on a feature which, while present in Acorn
  67.     TCP/IP, is not yet implemented in freenet.  Symptoms were the
  68.     computer apparently locking up for tens of seconds at a time.  The
  69.     solution is only a temporary one and I really need Tom Hughes to
  70.     implement the feature I want.  Users may notice problems with very
  71.     large directory listings when using FreeNet.
  72.  
  73.     Section on recommended software added to help file - people have
  74.     had problems through using old versions of Acorn TCP/IP and
  75.     freenet.  (You should have FreeNet 1.00 or Acorn TCP/IP 4.07).
  76.     
  77.     [ you should now use FreeNet 1.01 which cures the problem above ]
  78.  
  79.     FTP server tries to send a .welcome file down the control
  80.     connection when anonymous users have logged in, and a .message
  81.     file when anyone changes to a particular directory.  In RISC-OS,
  82.     these files are called /welcome and /message and must be readable
  83.     by anonymous users.  If they are not present, no messages are sent
  84.     (obviously).
  85.  
  86.     The continuation messages are disabled if you log in with a '-'
  87.     preceding the password, as for most other FTP servers.
  88.  
  89. 1.10    Fixed memory leak in socket event dispatcher along with a few other
  90.     bugs which could cause problems under some unlikely circumstances.
  91.     
  92.     STAT command reports version correctly.
  93.  
  94.     Possible bug in handling of errors in CGI scripts possibly fixed!
  95.  
  96. 1.09    SITE CHMOD implemented
  97.  
  98. 1.08    Hopefully fixed a problem with LIST on passive data connections.
  99.  
  100.     Anonymous password verification slackened.  Passwords like joe@ are
  101.     now accepted.
  102.  
  103.     Access on default AnonFTP directory changed to WR/R from WR/WR.
  104.     People probably didn't notice that the directory was writable and
  105.     probably left it that way.  I have now also put template pub and
  106.     incoming directories in there with appropriate permissions.
  107.  
  108.     Finger user@host produces a more UNIX-like output.
  109.  
  110. 1.07    Individual servers can be disabled from the !Configure file. More
  111.     details in the !Configure and !Help files.
  112.  
  113. 1.06    Minor fixes to FTP error logging.
  114.  
  115. 1.05    Changed PORT limit to 1000 since some (broken) clients seem to
  116.     think that they can start there.
  117.  
  118. 1.04    List now takes some UNIX ls options in order to behave better when
  119.     dealing with wierd clients that assume that its a UNIX machine at
  120.     the other end.
  121.     
  122.     Stopped allowing clients to specify ports below 1024 when changing
  123.     the default port.  This would have allowed them to send files to
  124.     mail servers etc. on any old machine, using the FTP server to cover
  125.     their tracks.
  126.  
  127. 1.03    Passive mode data connections supported.  I don't have access to
  128.     any clients which use this, so Fresco users please tell me if it
  129.     works.
  130.  
  131. 1.02    Fixed lack of logo in announce window.  Quite why ResEd displays
  132.     it correctly but after re-booting it disappeared is beyond me.
  133.     Anyway, it's back now.
  134.  
  135. 1.01    Fixed idle time in finger output.
  136.  
  137. 1.00    First general release.
  138.  
  139. ****    By popular demand, this file has turned the other way up - recent
  140. ****    changes are now at the top!
  141.